home *** CD-ROM | disk | FTP | other *** search
/ What PC? 2000 May / What PC May 2000 / wpcmay00.iso / SOFTWARE / DEVELOP / VideoW / AutoRun / English / autorun.txt < prev   
INI File  |  1999-10-12  |  2KB  |  93 lines

  1. [General]
  2. ; =============================================================================
  3. ; General Definition:
  4. ;   Items          number of items or hotspots
  5. ;   Title          The string to appear in the window's title bar
  6. ; =============================================================================
  7.  
  8. Items=6
  9. Title=Welcome to MGI VideoWave III
  10.  
  11.  
  12. ; =============================================================================
  13. ; Item Definition:
  14. ;   HotSpot        x,y,w,h of hotspot
  15. ;   ProgramWindow  Title of program window to check if its running
  16. ;   ProgramClass   Window Class to check if its running
  17. ;   Program        Executable to run
  18. ;   ErrorRunning   Error message if program is currently running
  19. ;   ErrorLaunch    Error message if program cannot be launched.
  20. ;
  21. ; Special Keywords:
  22. ;   <install location>  Program destination path
  23. ;   exit                exits Autorun
  24. ;   uninstall           activates uninstallation
  25. ; =============================================================================
  26.  
  27. ;
  28. ; Start MGI VideoWave III
  29. ;
  30. [Item1]
  31. HotSpot=24,295,230,28
  32. ;ProgramWindow=MGI VideoWave III
  33. ProgramClass=VideoWave Class
  34. Program=<install location>\VideoWav.exe
  35. StayOpen=0
  36. ErrorRunning=MGI VideoWave III is already running.
  37. ErrorLaunch=Unable to launch VideoWave III
  38.  
  39. ;
  40. ; View ReadMe
  41. ;
  42. [Item2]
  43. HotSpot=24,348,140,28
  44. ProgramWindow=
  45. Program=readme.wri
  46. StayOpen=1
  47. ErrorRunning=
  48. ErrorLaunch=Unable to launch Read Me
  49.  
  50. ;
  51. ; Uninstall
  52. ;
  53. [Item3]
  54. HotSpot=320,295,90,28
  55. ProgramWindow=MGI VideoWave III
  56. Program=uninstall
  57. StayOpen=0
  58. ErrorRunning=
  59. ErrorLaunch=Unable to launch VideoWave III Uninstaller
  60.  
  61. ;
  62. ; Re-Install
  63. ;
  64. [Item4]
  65. HotSpot=320,348,96,28
  66. ProgramWindow=
  67. Program=setup.exe
  68. StayOpen=0
  69. ErrorRunning=
  70. ErrorLaunch=
  71.  
  72. ;
  73. ; Explore CD
  74. ;
  75. [Item5]
  76. HotSpot=488,295,108,28
  77. ProgramWindow=
  78. Program=explorer
  79. ErrorRunning=
  80. ErrorLaunch=
  81.  
  82. ;
  83. ; Exit
  84. ;
  85. [Item6]
  86. HotSpot=487,348,68,28
  87. ProgramWindow=
  88. Program=exit
  89. ErrorRunning=
  90. ErrorLaunch=
  91.  
  92.  
  93.